Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class MetaMediaBody(val link: String? = null, val id: String? = null, val caption: String? = null)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class MetaOutboundRequest(val messagingProduct: String = "whatsapp", val recipientType: String = "individual", val to: String, val type: String, val text: MetaTextBody? = null, val template: MetaTemplateBody? = null, val image: MetaMediaBody? = null, val document: MetaMediaBody? = null)
Link copied to clipboard
data class MetaOutboundResponse(val messagingProduct: String, val contacts: List<MetaContactResponse>, val messages: List<MetaMessageResponse>)
Link copied to clipboard
data class MetaParameter(val type: String, val text: String? = null, val image: MetaMediaBody? = null)
Link copied to clipboard
data class MetaPhoneInfoResponse(val id: String, val displayPhoneNumber: String, val verifiedName: String?, val qualityRating: String?)
Resposta do endpoint GET /v24.0/{phone_number_id}
Link copied to clipboard
data class MetaTemplateBody(val name: String, val language: MetaLanguage, val components: List<MetaComponent>? = null)
Link copied to clipboard